PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / addBlock Method
A PDFFormattedBlock object to add to the paragraph
In This Topic
    addBlock Method
    In This Topic
    Adds the formatted block at the end of the paragraph
    Syntax
    public void addBlock( 
       PDFFormattedBlock block
    )

    Parameters

    block
    A PDFFormattedBlock object to add to the paragraph
    See Also